| Fully Qualified Name: | Zend\Form\Annotation\Type | 
| Extends: | AbstractStringAnnotation | 
Type annotation
Use this annotation to specify the specific \Zend\Form class to use when building the form, fieldset, or element. The value should be a string representing a fully qualified classname.
| Name | Description | Defined By | 
|---|---|---|
| __construct() | Receive and process the contents of an annotation | AbstractStringAnnotation | 
| getType() | Retrieve the class type | Type | 
Receive and process the contents of an annotation
| Parameter Name | Type | Description | 
|---|---|---|
| $data | array | 
Returns:
Retrieve the class type
Returns: null|string